home *** CD-ROM | disk | FTP | other *** search
/ Champak 132 (Alt) / Vol 132.iso / games / hewitt.swf / scripts / DefineButton2_333 / BUTTONCONDACTION on(press, keyPress Space).as
Encoding:
Text File  |  2011-06-09  |  224 b   |  12 lines

  1. on(press, keyPress "<Space>"){
  2.    if(_root.even7 > 9 && _root.even36 == 3)
  3.    {
  4.       if(_root.even7 == 10)
  5.       {
  6.          _root.TUTS.nextFrame();
  7.          _root.even7 = 11;
  8.       }
  9.       gotoAndStop(1);
  10.    }
  11. }
  12.